Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1DynamicList<T> Class / InsertRange Method / InsertRange(Int32,Int32) Method
The index where the items are inserted.
The number of nulls that will be inserted.

In This Topic
    InsertRange(Int32,Int32) Method
    In This Topic
    Inserts the specified count of items (nulls) at the specified startingIndex.
    Syntax
    'Declaration
     
    
    Public Overloads Sub InsertRange( _
       ByVal startingIndex As Integer, _
       ByVal count As Integer _
    ) 
    public void InsertRange( 
       int startingIndex,
       int count
    )

    Parameters

    startingIndex
    The index where the items are inserted.
    count
    The number of nulls that will be inserted.
    See Also